home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / general.cmp / A_SCRIPT.ACL < prev    next >
Encoding:
Text File  |  1990-10-09  |  991 b   |  61 lines

  1. allCLEAR Script Language Rules
  2.  
  3. Diagram Type\
  4.    Procedure\
  5.       [  . ] .
  6.       [  ! ] .
  7.       [ ? ]\
  8.          [ (yes)].
  9.          [ (no)    ].
  10.          [ ?end ].
  11.       \end
  12.       [ : ]\
  13.          [( one )].
  14.          [( two )].
  15.          [( three )].
  16.          [ :end ].
  17.       \end
  18.       [ ; ]\
  19.          [ ;end ].
  20.       \end
  21.       [ >label]\
  22.          [-label].
  23.       \end
  24.       
  25.    \end
  26.    Tree\
  27.       [  . ] .
  28.       [ \ ]\
  29.          [ . ].
  30.          [ . ].
  31.          [ \end ].
  32.       \end
  33.    \end
  34.    Decision Tree\
  35.       [  . ] .
  36.       [ ? ]\
  37.          [ (yes)].
  38.          [ (no)    ].
  39.          [ ?end ].
  40.       \end
  41.       [ : ]\
  42.          [( one )].
  43.          [( two )].
  44.          [( three )].
  45.          [ :end ].
  46.       \end
  47.       [ \ ]\
  48.          [ . ].
  49.          [ . ].
  50.          [ \end ].
  51.       \end
  52.    \end 
  53. \end
  54.  
  55. script | controls\
  56.    [*paragraph on/off ].
  57.    [*show | ( all . ; ! \ )].
  58.    [*hide | ( all . ; ! \ )].
  59.    [*outline | on/off ].
  60. \end
  61.